X14IconSet Class

Represents an icon set rule definition (x14:iconSet element).

Definition

Namespace: Independentsoft.Office.Spreadsheet.Extensions
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public class X14IconSet
Inheritance
Object    X14IconSet

Constructors

X14IconSet Initializes a new instance of the X14IconSet class.

Properties

Custom Gets or sets whether the icon set uses custom icons (x14:cfIcon children).
Icons Gets the custom icons.
IconSetType Gets or sets the icon set type (iconSet attribute), e.g. "3TrafficLights1" or "5Boxes".
Percent Gets or sets whether thresholds are percents.
Reverse Gets or sets whether the icon order is reversed.
ShowValue Gets or sets whether cell values are shown next to the icons.
ValueObjects Gets the value objects defining the thresholds.

Methods

Clone Creates a copy of the current object.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also